ggplot2: Aesthetic mapping and scales

시각적 맵핑과 스케일 시각화의 3 요소 데이터(Data) 시각적 맵핑(Aesthetic mapping) 맵핑 : 어떤 시각적 특성을 사용할 것인가? x, y, + facet_grid(y ~ x) 그리고 + fact_wrap(~g) color, fill shape size alpha : 여러 기하적 대상(예. 점)이 겹칠 때 유용하다. 스케일(scale) : 어떻게 맵핑할 것인가? x, y : scale_x_log10(), scale_x_reverse(), scale_x_sqrt() 이산형 : color, fill scale_fill_brewer(palette= … ggplot2: Aesthetic mapping and scales 계속 읽기